tools/fuzz: introduce x86 instruction emulator target
authorWei Liu <wei.liu2@citrix.com>
Thu, 8 Dec 2016 12:09:54 +0000 (12:09 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 13 Dec 2016 10:25:57 +0000 (10:25 +0000)
commitc808475882ef852206affd1ed67776642b195aa5
treede55fc5a3ec42e13417f89823d7496687af0ff7e
parent50430f20a0a78cc174c47d40f6e622746999ff59
tools/fuzz: introduce x86 instruction emulator target

Instruction emulator fuzzing code is from code previous written by
Andrew and George. Adapt it to llvm fuzzer and hook up the build system.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
.gitignore
tools/fuzz/x86_instruction_emulator/Makefile [new file with mode: 0644]
tools/fuzz/x86_instruction_emulator/x86-insn-emulator-fuzzer.c [new file with mode: 0644]